home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / MSDOS / (m)aad / RAMDISK.DOC < prev    next >
Text File  |  1986-06-21  |  1KB  |  24 lines

  1.      Install the driver RAMDRV.SYS in your CONFIG.SYS file by adding the line:
  2.  
  3.                        DEVICE=RAMDRV.SYS
  4.  
  5. (If you have a hard drive installed, make sure that CONFIG.SYS and RAMDRV.SYS
  6. are both in your root directory.)  Also, make sure that the program RAMDISK.COM
  7. is available in your path.
  8.  
  9.       If the system is booted with this RAMDRV driver in CONFIG.SYS, a ramdisk
  10. of any size can be created by typing
  11.  
  12.                             RAMDISK s
  13.  
  14. where s is the desired size in kilobytes.  For example, RAMDISK 64 creates a 64 K ramdisk.  This ramdisk may be removed by typing RAMDISK OFF, thus freeing up the memory used.  A new ramdisk of a different size may then be created.
  15.  
  16.       Batch files to create ramdisks of 360, 180, or 64k have been provided.
  17. Simply type the number followed by a carriage return, and voila you have the
  18. desired ram disk!  If a different size is required, just type in "OFF", and the
  19. ram disk will be disabled.  At that time simply type in another size from
  20. the collection of bat files.
  21.  
  22.      This ramdisk program is superior to others available because it does not
  23. require rebooting to to reconfigure the ramdisk size.
  24.